/* 
    Document   : style
    Created on : Aug 20, 2012, 4:20:50 PM
    Author     : faizbash
    Description:
        Purpose of the stylesheet follows.
*/

/*body, h1, h2, h3, h4, h5, p, a, tr, td{font-family: verdna, "lucida grande", gevena;}
body{margin: 0px; padding: 20px 150px; font-size: 8pt;}--- #b7e1e7 ---*/
/*html {
    height: 100%;
}
body {
    height: 100%;
}*/

root { 
    display: block;
}

#currentInfo {
    border-bottom: 1px solid #CCC;
    color: #066;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

#currentInfo .gwt-Label {
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

#generalInfo {
    border-bottom: 1px solid #CCC;
    color: black;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

#generalInfo .gwt-Label {
    color: black;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

#errorMessage {
    border: 1px solid red;
    color: red;
    background-color: #f8dfcf;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    /*    position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;*/
}

#compulsoryFieldIndicator .gwt-Label {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

#errorMessage .gwt-Label {
    color: red;

    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
}

#statusMessage {
    border: 1px solid #d2cd4a;
    color: black;
    background-color: #f1ec6f;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    /*    position: fixed;*/
    /*    z-index: 1000;
        top: 0;
        left: 0;*/
}

#statusMessage .gwt-Label {
    color: black;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
}

.pendingStatus {
    border: 0px solid gray;
    color: black;
    background-color: #f16c00;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
}

.errorView{
    color: red;
    font-weight: bold;
    margin: 1em;
    font-size: 1em;
    display:block;
}

.infoView{
    color: black;
    font-weight: normal;
    margin: 1em;
    font-size: 1em;
    display:block;
}

.completedStatus {
    border: 0px solid #1a5114;
    color: black;
    background-color: green;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    /*    -moz-box-shadow: 2px 2px 2px 2px #1a5114;
        -webkit-box-shadow: 2px 2px 2px 2px #1a5114;
        box-shadow: 2px 2px 2px 2px #1a5114;*/
}

.navigationPanel {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D7DDE8;
    background-origin: padding-box;
    border-bottom-color: black;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: black;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: black;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: black;
    border-top-style: none;
    border-top-width: 0px;
    color: black;
    direction: ltr;
    display: block;
    font-family: 'Arial Unicode MS', Arial, sans-serif;
    font-size: 13px;
    height: 900px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 209px;
}

.bannerPanel {
    background: #4F80A7;
    background: -moz-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3D8ECE),color-stop(100%,#4F80A7));
    background: -webkit-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -o-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -ms-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    border: 1px solid #076BD2;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    padding: 2px 25px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #076BD2;
    width: 100%;
    height: 30px;
}

div.bannerPanel {
    background: #4F80A7;
    background: -moz-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3D8ECE),color-stop(100%,#4F80A7));
    background: -webkit-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -o-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -ms-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    border: 1px solid #076BD2;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    padding: 2px 25px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #076BD2;
    width: 100%;
    height: 30px;
}

#table.navigationPanel tbody {
    width: 100px;
}

#studentDetails:hover {
    background-color: #d0e4f6;
}

.margin-right4{
    margin-right: 4px;
}

.infoPanel {    
    background-color: #D7DDE8;
    font-size: 8px;
}

#applicationForm { 
    border-style: solid;
    border-width: thin;
    border-color: #CCC;      
}

/*#applicationForm td:nth-child(odd) {    
    font-weight: bold;
}*/

#applicationForm tr:nth-child(odd) {    
    background: #D7DDE8;
}

#applicationForm tr td {    
    font-size: 1.2em;
    padding: 5;
    font-family: verdna, "lucida grande", gevena;  
}

.thinBorder { 
    border-style: solid;
    border-width: thin;
    border-color: #CCC;  
}

.center {
    text-align: center;
}

.tableHeaderBold { 
    border-style: solid;
    border-width: thin;
    border-color: #CCC;  
    text-align: center;
    font-weight: bold;
}
.tableHeader { 
    border-style: solid;
    border-width: thin;
    border-color: #CCC;  
    text-align: center;
}

/*#applicationForm td:nth-child(odd) {    
    font-weight: bold;
}*/

/*#newApplicationForm tr:nth-child(odd) {    
    background: #D7DDE8;
}*/

#newApplicationForm {  
    /*    width: 100%;       */
}

#newApplicationForm tr td { 
    font-family: verdna, "lucida grande", gevena;  
}

#newApplicationForm tr td .gwt-TextBox {  
    width: 100%;      
}

#newApplicationForm tr td .gwt-ListBox {  
    width: 100%;      
}

#newApplicationForm tr td .gwt-DateBox {  
    width: 100%;      
}

#newApplicationForm tr td .gwt-TextArea {  
    width: 100%;      
}

#eduQualForm {  
    width: 100%;       
}

#eduQualForm tr td {  
    width: max-content;  
    font-family: verdna, "lucida grande", gevena;  
}

#eduQualForm tr td .gwt-TextBox {  
    width: 100%;      
}

#eduQualForm tr td .gwt-ListBox {  
    width: 100%;      
}

#eduQualForm tr td .gwt-DateBox {  
    width: 100%;      
}

#eduQualForm tr td .gwt-TextArea {  
    width: 100%;      
}

.infoLabel {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
}


.boldInfoLabel {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

.flexTable-OddRow {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 8px;
    cursor: default;
}

.flexTable-EvenRow {
    background-color:  #D7DDE8;
    font-size: 20px;
    padding: 8px;
    cursor: default;
}

.informationPopup {
    position: fixed;
    background-color: #F0F5E3;
    border-bottom: 1px solid #D1E1AD;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
}

.newAppButton {
    background: #4F80A7;
    border: 1px solid #4F80A7;
    border-radius: 3px;
    color: white !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #076BD2;
}

.submitButton {
    background: #4F80A7;
    background: -moz-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3D8ECE),color-stop(100%,#4F80A7));
    background: -webkit-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -o-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -ms-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    border: 1px solid #076BD2;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #076BD2;
    cursor: pointer;
}

.payButton {
    background: -moz-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -o-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -ms-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    border: 1px solid #ff0000;
    -moz-border-radius: 3px;
    color: white !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #d2071e;
    background: #f1173b;
    width: 250px;
    cursor: pointer;
    margin-left: 144px;
}

.submitButton:hover {
    background: #4F80A7;
}

.loadingPanel {    
    background: transparent;
}

.navigationButton {
    background: #4F80A7;
    background: -moz-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3D8ECE),color-stop(100%,#4F80A7));
    background: -webkit-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -o-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -ms-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    border: 1px solid #076BD2;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #076BD2;
    cursor: pointer;
    cursor: hand;
}

.navigationButton:hover {
    background: #4F80A7;
}

#loading {
    border: 0px solid #ccc;
    position: absolute;
    left: 40%;
    top: 28%;
    padding: 2px;
    z-index: 20001;
    height: auto;
}

#loading a {
    color: #225588;
}

#loading .loadingIndicator {
    background: white;
    font: bold 13px tahoma, arial, helvetica;
    padding: 10px;
    margin: 0;
    height: auto;
    color: #444;
}

#loadingMsg {
    font: normal 10px arial, tahoma, sans-serif;
}

.schoolTitle {
    width: 100%;
    font-size: 20px;
}

.currentUser {
    color: #00A
}

.googleDialog {
    color: black;
    /*    padding: 30px 42px;*/
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    background: white;
    background-clip: padding-box;
    border: 1px solid #ACACAC;
    border: 1px solid rgba(0, 0, 0, .333);
    outline: 0;
    position: absolute;
    top: 0;
    /*    width: 450px;*/
    z-index: 501;
    -webkit-outline: 0;
    display: block;
    font-family: arial,sans-serif;
    /*    height: 300px;*/
}

.googleDialog-close {
    height: 11px;
    opacity: .7;
    padding: 17px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}

.googleDialog-close:hover {
    opacity: 1;
}

.googleDialog-body {
    margin: 30px;
}

.googleDialog-title {
    color: black;
    cursor: default;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font: bold 100% arial,sans-serif;
    padding-bottom: 15px;
}

.googleDialog-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: whiteSmoke;
    background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
    background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);
    background-image: -ms-linear-gradient(top,whiteSmoke,#F1F1F1);
    background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
    background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
    border: 1px solid gainsboro;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 0 16px 0 0;
    min-width: 72px;
    outline: 0;
    padding: 0 8px;
}

.googleDialog-button:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #F8F8F8;
    background-image: -webkit-linear-gradient(top,#F8F8F8,#F1F1F1);
    background-image: -moz-linear-gradient(top,#F8F8F8,#F1F1F1);
    background-image: -ms-linear-gradient(top,#F8F8F8,#F1F1F1);
    background-image: -o-linear-gradient(top,#F8F8F8,#F1F1F1);
    background-image: linear-gradient(top,#F8F8F8,#F1F1F1);
    border: 1px solid #C6C6C6;
    color: #333;
}

.gwt-Button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: whiteSmoke;
    background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
    background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);
    background-image: -ms-linear-gradient(top,whiteSmoke,#F1F1F1);
    background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
    background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
    border: 1px solid gainsboro;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 0 16px 0 0;
    min-width: 72px;
    outline: 0;
    padding: 0 8px;
}

.gwt-Button:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #F8F8F8;
    background-image: -webkit-linear-gradient(top,#F8F8F8,#F1F1F1);
    background-image: -moz-linear-gradient(top,#F8F8F8,#F1F1F1);
    background-image: -ms-linear-gradient(top,#F8F8F8,#F1F1F1);
    background-image: -o-linear-gradient(top,#F8F8F8,#F1F1F1);
    background-image: linear-gradient(top,#F8F8F8,#F1F1F1);
    border: 1px solid #C6C6C6;
    color: #333;
}

.popupPanelGlass {
    background-color: #F8F0F0;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.phone {
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: extra-expanded;
    border-style: solid;
    border-width: thin;
    border-color: #CCC;
    background-color: #BED5E7;
}

.clickableElement {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.welcomePanel {
    padding-top: 2rem;
    padding: 1rem;
    font-size: x-large;
    background-color: ghostwhite;
    text-align: center;
}

.welcomeContent {
    padding-left: 2rem; 
}

.welcomeMessage {
    font-size: large;
    padding: 1rem;
    padding-left: 0rem;
    color: rgb(14, 85, 140);
}

.appFee{
    font-size: xx-large;
    color: rgb(189, 57, 57);
}

.conveFee {
    font-size: x-large;
    color: rgb(83, 142, 90);
}

.customerInfo {
    font-size: large;
}

/*Payment Banner*/

.banner{
    background: #fff;
    padding: 1rem;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    width: 760px;
}
.banner:after{
    content: " ";
    display: table;
    clear: both;
}
.banner img{
    display: none;
    height: 70px;
    vertical-align: middle;
    padding: 10px;
    color: #fff;
    float: left;
    background-color: #fff;
    margin-right: 1rem;
    opacity: 0.8;
    border-radius: 200%;
}
.banner .gwt-Label{
    vertical-align: middle;
    font-size: 24px;
    line-height: 32px;
}
.banner p{
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #777;
    background: none;
    border: none;
    outline: none;
    font-family: 'safsans';
}

.banner.success{
    background: #1FB576;
}
.banner.failure{
    background: #C21717;
}
.banner .gwt-Label{
    color: #fff;
}
.banner p{
    color: #fff;
}
.banner.success .success-img{
    display: inline-block;
}
.banner.failure .failure-img{
    display: inline-block;
}

.emptyInfoLabel {
    font-size: .99rem;
    padding: 5px;
    color: rgb(226, 79, 3);
    font-weight: 500;
    text-shadow: #ddf 1px 1px 0;
}

.oaaTextBox
{
    width: 300px;
    height: 25px;
    border-width: thin;
    padding-left: 3px;
}

.oaaButton 
{
    background: #4F80A7;
    background: -moz-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3D8ECE),color-stop(100%,#4F80A7));
    background: -webkit-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -o-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -ms-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    border: 1px solid #076BD2;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: sans-serif;
    line-height: 1.3;
    padding: 8px 25px;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #076BD2;
    cursor: pointer;
    height: 30px;
    cursor: hand;
}

.buttonsPanel {
    width: 200px;
    float: right;
}

.heading {
    background: #4F80A7;
    background: -moz-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3D8ECE),color-stop(100%,#4F80A7));
    background: -webkit-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -o-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: -ms-linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    background: linear-gradient(top,#3D8ECE 0,#4F80A7 100%);
    border: 1px solid #076BD2;
    font-size: 13px;
    font-weight: 700;
    background-color: rgb(68, 136, 190);
    color: white;
    padding: 5px;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #076BD2;
    height: 18px;
    /* border-radius: 3px; */
}

.verticalLine {
    border-right: thin solid #4984B2;
    padding-right: 20px;
}

.searchText {
    width: 350px;
    height: 31px;
    border: 1px solid #076BD2;
    padding-left: 3px;
    font-size: large
}

.com-google-gwt-user-cellview-client-CellTable-Style-cellTableHeader{
  border-bottom: 2px solid #6f7277;
  padding: 3px 15px;
  text-align: left;
  color: #4b4a4a;
  text-shadow: #ddf 1px 1px 0;
  overflow: hidden;
  font-size: initial;
}

.floatRight{
    float: right;
}

.dropdown {
    padding: .55rem;
    border-radius: 3px;
    background: #4F80A7;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.applicantId {
    font-size: 16px;
    vertical-align: central;
}

.centerPanel {
    margin-top: 200px;
    width: 100%;
    text-align: center;
}

.printInvoiceButton {
    border: 1px solid #f8f8f8;
    -moz-border-radius: 3px;
    color: white !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    padding: 8px 25px;
    text-align: center;
    background: #7af;
    width: 250px;
    cursor: pointer;
    margin-left: 144px;
}

.noticeMessage {
    vertical-align: top;
    background-color: #FF5722;
    color: white;
    font-size: small;
    padding-left: 15px;
    width: 1271%
}

.jambNotice {
    margin: auto;
    width: 50%;
    color: #2c75b5;
    padding: 5px;
    font-family: sans-serif;
    font-size: medium;
}
